TextDocument Class

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class TextDocument : Document
Inheritance
Object    Document    TextDocument

Constructors

TextDocumentInitializes a new instance of the TextDocument class
TextDocument(Stream)Initializes a new instance of the TextDocument class
TextDocument(String)Initializes a new instance of the TextDocument class

Properties

AutomaticStyles 
Body 
CommonStyles
(Inherited from Document)
Configurations
(Inherited from Document)
CreationDate
(Inherited from Document)
Creator
(Inherited from Document)
CustomFileTable
(Inherited from Document)
CustomRdf
(Inherited from Document)
Description
(Inherited from Document)
EditingCycles
(Inherited from Document)
EditingDuration
(Inherited from Document)
Fonts 
Forms 
Generator
(Inherited from Document)
Global 
InitialCreator
(Inherited from Document)
InputFileTable
(Inherited from Document)
IsTemplate
(Inherited from Document)
Keywords
(Inherited from Document)
Language
(Inherited from Document)
LastModified
(Inherited from Document)
ManifestRdf
(Inherited from Document)
OfficeScripts 
PrintDate
(Inherited from Document)
PrintedBy
(Inherited from Document)
SequenceVariableDeclarations 
SimpleVariableDeclarations 
Statistic
(Inherited from Document)
Subject
(Inherited from Document)
Template
(Inherited from Document)
Title
(Inherited from Document)
TrackedChanges 
UserDefinedMetadataElements
(Inherited from Document)
UserVariableDeclarations 
UseSoftPageBreaks 

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetAttributedTexts
(Inherited from Document)
GetBytes
(Overrides DocumentGetBytes)
GetContentElements
(Overrides DocumentGetContentElements)
GetFields
(Inherited from Document)
GetHashCode
(Inherited from Object)
GetHeadings
(Inherited from Document)
GetImages
(Inherited from Document)
GetLists
(Inherited from Document)
GetParagraphs
(Inherited from Document)
GetSections
(Inherited from Document)
GetStream
(Overrides DocumentGetStream)
GetTables
(Inherited from Document)
GetTexts
(Inherited from Document)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Open(Stream)
(Overrides DocumentOpen(Stream))
Open(String)
(Overrides DocumentOpen(String))
RenameStyle 
Replace
(Inherited from Document)
Save(Stream)
(Overrides DocumentSave(Stream))
Save(String)
(Overrides DocumentSave(String))
Save(String, Boolean)
(Overrides DocumentSave(String, Boolean))
SaveAsHtml(Stream) Saves the document in HTML format.
SaveAsHtml(String) Saves the document in HTML format.
SaveAsHtml(String, Boolean) Saves the document in HTML format.
SaveAsMarkdown(Stream) Saves the document in Markdown format.
SaveAsMarkdown(String) Saves the document in Markdown format.
SaveAsMarkdown(String, Boolean) Saves the document in Markdown format.
SaveAsPdf(Stream) Saves the document in PDF format.
SaveAsPdf(String) Saves the document in PDF format.
SaveAsPdf(String, Boolean) Saves the document in PDF format.
SaveAsRtf(Stream) Saves the document in RTF format.
SaveAsRtf(String) Saves the document in RTF format.
SaveAsRtf(String, Boolean) Saves the document in RTF format.
ToHtml Converts the document to HTML format.
ToMarkdown Returns the document content as a Markdown string.
ToRtf Converts the document to RTF format.
ToString
(Inherited from Object)
ToText 

See Also